/*
	Theme Name: AdOne
	Theme URI: https://adone.net
	Description:Custom Themes
	Version: 1.1
*/
img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	pointer-events: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #999 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #999 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #999 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #999 !important;
}

::placeholder { /* Most modern browsers support this now. */
	color: #999 !important;
}
.movedelement {
	-webkit-animation: movedelement 5s linear infinite;
	animation: movedelement 5s linear infinite;
}
.movedelement2 {
	-webkit-animation: movedelement2 7s linear infinite;
	animation: movedelement2 7s linear infinite;
}
.movedelementvertical {
	-webkit-animation: movedelementvertical 7s linear infinite;
	animation: movedelementvertical 7s linear infinite;
}
.movedelementhorizontal {
	-webkit-animation: movedelementhorizontal 5s linear infinite;
	animation: movedelementhorizontal 5s linear infinite;
}
.movedelementhorizontal2 {
	-webkit-animation: movedelementhorizontal2 5s linear infinite;
	animation: movedelementhorizontal2 5s linear infinite;
}
.zoomanimation {
	-webkit-animation: zoomanimation 5s linear infinite;
	animation: zoomanimation 5s linear infinite;
}
.spinner {
	-webkit-animation: spinner-border 10s linear infinite;
	animation: spinner-border 10s linear infinite;
}
@keyframes movedelementvertical {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
    50% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }
    75% {
        -webkit-transform: translate(-5px, 0);
        transform: translate(-5px, 0);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes movedelementhorizontal {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    75% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes movedelementhorizontal2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }
    50% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
    75% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes zoomanimation {
	0% {
		transform: scale(1, 1);
		opacity: 1;
	}
	25% {
		transform: scale(1.05, 1.05);
		opacity: 0.9;
	}
	50% {
		transform: scale(1.1, 1.1);
		opacity: 0.8;
	}
	75% {
		transform: scale(1.05, 1.05);
		opacity: 0.9;
	}
	100% {
		transform: scale(1, 1);
		opacity: 1;
	}
}
.move-1 {
	-webkit-animation: move1 5s infinite;
	animation: move1 5s infinite
}

.move-2 {
	-webkit-animation: move2 5s infinite;
	animation: move2 5s infinite
}

.move-3 {
	-webkit-animation: move3 5s infinite;
	animation: move3 5s infinite
}

.move-4 {
	-webkit-animation: move4 5s infinite;
	animation: move4 5s infinite
}
@-webkit-keyframes move4 {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	50% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
	to {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

@keyframes move4 {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	50% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
	to {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

@-webkit-keyframes move1 {
	0% {
		-webkit-transform: rotate(-1deg) translate(-2px, -2px);
		transform: rotate(-1deg) translate(-2px, -2px)
	}
	50% {
		-webkit-transform: rotate(1deg) translate(2px, 2px);
		transform: rotate(1deg) translate(2px, 2px)
	}
	to {
		-webkit-transform: rotate(-1deg) translate(-2px, -2px);
		transform: rotate(-1deg) translate(-2px, -2px)
	}
}

@keyframes move1 {
	0% {
		-webkit-transform: rotate(-1deg) translate(-2px, -2px);
		transform: rotate(-1deg) translate(-2px, -2px)
	}
	50% {
		-webkit-transform: rotate(1deg) translate(2px, 2px);
		transform: rotate(1deg) translate(2px, 2px)
	}
	to {
		-webkit-transform: rotate(-1deg) translate(-2px, -2px);
		transform: rotate(-1deg) translate(-2px, -2px)
	}
}

@-webkit-keyframes move2 {
	0% {
		-webkit-transform: rotate(1deg) translate(2px, 2px);
		transform: rotate(1deg) translate(2px, 2px)
	}
	50% {
		-webkit-transform: rotate(-1deg) translate(-2px, -2px);
		transform: rotate(-1deg) translate(-2px, -2px)
	}
	to {
		-webkit-transform: rotate(1deg) translate(2px, 2px);
		transform: rotate(1deg) translate(2px, 2px)
	}
}

@keyframes move2 {
	0% {
		-webkit-transform: rotate(1deg) translate(2px, 2px);
		transform: rotate(1deg) translate(2px, 2px)
	}
	50% {
		-webkit-transform: rotate(-1deg) translate(-2px, -2px);
		transform: rotate(-1deg) translate(-2px, -2px)
	}
	to {
		-webkit-transform: rotate(1deg) translate(2px, 2px);
		transform: rotate(1deg) translate(2px, 2px)
	}
}

@-webkit-keyframes move3 {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	20% {
		-webkit-transform: translate(5px);
		transform: translate(5px)
	}
	40% {
		-webkit-transform: translate(5px, 5px);
		transform: translate(5px, 5px)
	}
	65% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
	65% {
		-webkit-transform: translate(5px);
		transform: translate(5px)
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes move3 {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	20% {
		-webkit-transform: translate(5px);
		transform: translate(5px)
	}
	40% {
		-webkit-transform: translate(5px, 5px);
		transform: translate(5px, 5px)
	}
	65% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
	65% {
		-webkit-transform: translate(5px);
		transform: translate(5px)
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}
.grecaptcha-badge {
	position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
.dzSubscribeMsg {
	font-size: 15px;
}
.dzSubscribeMsg > * {
	padding: 15px;
	background: rgba(255,255,255,0.1);
	max-width: 400px;
	margin: 15px auto;
	border-radius: 5px;
	text-shadow: 1px 1px 5px #000;
}
a {
	color: #1f6bdb;
}
a:hover {
	cursor: pointer;
	color: #18befb;
}
.h1-title {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 20px;
}
.home .h1-title {
	font-size: 45px;
	line-height: 1.3em;
}
.h2-title {
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 20px;
}
.h3-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.sub-title {
	font-size: 20px;
	line-height: 23px;
}
.m0 {
	margin: 0;
}
.mb20 {
	margin-bottom: 20px;
}
.p0 {
	padding: 0;
}
.p10 {
	padding: 10px;
}
.mt115 {
	margin-top: 115px;
}
.p-100 {
	padding: 100px 0;
}
.p-115 {
	padding: 115px 0;
}
.pt80 {
	padding-top: 80px;
}
.pt60 {
	padding-top: 60px;
}
.pt40 {
	padding-top: 40px;
}
.pt115 {
	padding-top: 115px;
}
.pb115 {
	padding-bottom: 115px;
}
.p-15 {
	padding: 15px 0;
}
.wh100 {
	width: 100%;
	height: 100%;
	float: left;
}
.font-size-20 {
	font-size: 20px;
}
.home .site-header {
	padding: 23px 0;
}
.sec-btn-menu {
	height: 40px;
	padding: 6px 32px;
}
.about-img-box-v2 {
	height: 400px;
}
.main-banner.inner-banner {
	min-height: 320px;
}
.main-banner.inner-banner .banner-content .h1-title {
	margin-bottom: 10px;
}
.block-title {
	margin-bottom: 30px;
}
.main-our-studios {
	position: relative;
	background: linear-gradient(to bottom, #e1eaf5, transparent);
}
.banner-img img {
	width: 100%;
	height: auto;
}
.banner-img img.phone-image {
	border-radius: 42px;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	background: #FFFFFF;
}
.phone-wrap, .banner-img img.phone-image {
	max-width: 400px;
	width: auto;
	height: auto;
	max-height: 80vh;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
} 
.about-shape1 {
	left: 0;
	transform: translate(-50%, 0);
}
.about-shape2 {
	left: 0;
	transform: translate(-60%, 0);
}
.about-shape3 {
	right: 0;
	transform: translate(50%, 0);
}
.about-shape1 img {
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
}
.about-shape2 img {
    /* -webkit-animation: movedelement2 10s linear infinite;
    animation: movedelement2 10s linear infinite; */
    -webkit-animation: move4 6s linear infinite;
    animation: move4 6s linear infinite;
}
.about-shape3 img {
	/* -webkit-animation: movedelement3 8s linear infinite;
	animation: movedelement3 8s linear infinite; */
	-webkit-animation: move3 5s linear infinite;
	animation: move3 5s linear infinite;
}
.about-shape4 img {
    -webkit-animation: movedelement4 5s linear infinite;
    animation: movedelement4 5s linear infinite;
}
.about-shape4 {
	right: 0;
	transform: translate(60%, 0);
}
.main-banner.banner_default {
	background-size: auto 100%;
	background-position: right center;
	background-color: #10135a;
	background-image: url('assets/images/banner-hd.jpg');
}
.home .main-banner {
	background-color: transparent;
}
.main-banner.full-height {
	padding: 0;
	min-height: 100vh;
}
.home .main-banner:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('assets/images/banner-bg-1.jpg');
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}
.main-banner.full-height > .container {
	min-height: 100vh;
}
.main-banner-wrap {
	position: relative;
	top: 46px;
}
.main-banner.full-height > .container div.row.align-items-center {
	min-height: 100vh;
}
.main-our-studios .main-counter-list {
	margin-top: 60px;
}
.main-our-studios .slick-slider {
	margin-bottom: 50px;
    padding: 30px;
    
}
.main-our-studios .slick-slider:before {
	background-image: url('assets/images/bg-sc.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -35px;
    bottom: -40px;
   	content: '';
   	width: calc(100% + 80px);
   	height: calc(100% + 60px);
   	z-index: 1;
}
.main-our-studios .slick-list {
	z-index: 3;
}
.main-our-studios .slick-dots {
	left: 0;
	z-index: 3;
	height: 100px;
	bottom: -41px;
	background-image: url('assets/images/bg-sc3.svg');
	background-size: 300px auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.main-our-studios .slick-dots li {
	height: 100px;
	position: relative;
	width: 20px;
}
.main-our-studios .slick-dots li button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-top: -7px;
}
.main-our-studios .slick-dots li button {
	background: #FFF;
}
.slick-dots li button:hover, .slick-dots li.slick-active button {
	background: #1f6bdb;
}
.main-our-studios .slick-slider:after {
	background-image: url('assets/images/bg-sc2.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -35px;
    bottom: -40px;
   	content: '';
   	width: calc(100% + 80px);
   	height: calc(100% + 60px);
   	z-index: 2;
}
.testimonial-box .row {
	margin: 0;
}
.testimonial-image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	min-height: 180px;
}
.main-testimonial-slider {
	padding: 30px 15px;
	background-color: #e2f7ff;
	background-image: linear-gradient(120deg, #e5edf7 0%, #ffffff 76%);
}
.review-by {
	position: relative;
	padding-left: 65px;
}
.review-by img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.banner-content-absolute {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	margin-top: 46px;
	z-index: 2;
}
.banner-btn {
	margin-top: 20px;
}
.banner-content p {
	margin-bottom: 0;
}
.main-banner.inner-banner .sub-title, .main-banner.inner-banner .banner-content p {
	color: rgba(255, 255, 255, 0.7);
}
.image-border-radius {
	border-radius: 20px;
}
.slick-arrow {
	width: 34px;
	height: 34px;
	border-radius: 5px;
	font-size: 20px;
}
.slick-arrow.prev-arrow {
	left: -44px;
}
.slick-arrow.next-arrow {
	right: -44px;
	left: inherit;
}
.partners-box img {
	display: inline-block;
}
.monetization-partners {
	margin: 40px 0;
}
.main-partners {
	padding: 15px 0;
	border-top: 1px solid #f5f5f5;
}
.partners-slider-style-color .partners-box img {
	filter: none;
}
.monetization-partners .partners-box {
	height: 60px;
	position: relative;
	background: #ffffff;
	border: 10px solid #ffffff;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.monetization-features {
	margin-top: 60px;
}
.monetization-features-item {
	background-image: url('assets/images/testimonial-bg-1.jpg');
	padding: 15px;
	border-radius: 10px;
	box-shadow: 1px 1px 40px rgb(0 0 0 / 8%);
	margin: 10px 0;
}
.grey-bg {
	background: #fbfbfb;
}
#monetization, #publishing, #features, .knowledge-call-to-action, .linear-bg {
	background: linear-gradient(to bottom, #e1eaf5, #FAFAFA);
}
.publishing-item {
	margin-bottom: 20px;
}
.process-item {
	padding-left: 61px;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.process-item p {
	margin-bottom: 0;
}
.process-item:before {
	width: 2px;
	height: calc(100% - 26px);
	content: '';
	position: absolute;
	left: 23px;
	top: 46px;
	background: linear-gradient(to right, #2072f3, #1f6bdb);
}
.process-item:last-child {
	margin-bottom: 0;
}
.process-item:last-child:before {
	height: calc(100% - 46px);
}
.step_num {
	position: absolute;
	left: 0;
	top: 0;
	width: 46px;
	height: 46px;
	background: linear-gradient(to right, #2072f3, #18befb);
	color: #FFFFFF;
	text-align: center;
	line-height: 46px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
}
.publishing-item .h3-title {
	margin: 0 0 5px 0;
}
.publishing-item p {
	margin: 0;
}
.publishing-item:last-child {
	margin-bottom: 0;
}
.contact-form .form-control {
	width: 100%;
    height: 50px;
    background: #ffffff;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    border: none;
    outline: none;
    padding: 12px 15px;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    box-shadow: none;
}
.contact-form textarea {
	height: auto !important;
}
.form-box label {
	font-size: 15px;
	color: #777;
	padding: 0;
	margin-bottom: 15px;
}
#other_subject {
	display: none;
}
.submit-form-box {
	margin-bottom: 0;
}
.site-footer {
	padding-bottom: 60px;
}
.game-idea .site-footer {
	padding-bottom: 0;
}
.site-footer:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/partner-shape.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.site-footer:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001c54;
    background-image: url('assets/images/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.site-footer .container {
	position: relative;
	z-index: 3;
}
.footer-menu ul li a, .copy-right p a {
	color: #FFFFFF;
}
.footer-menu ul li a:hover, .copy-right p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.main-banner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    top: 0;
    left: 0;
}
.home .main-banner:after {
	display: none;
}
.rocket-cloud {
	position: absolute;
	z-index: 1;
	width: 15.6739811912%;
	right: 5.90386624869%;
	bottom: 0;
    z-index: 1;
}
.cloud-image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90%;
	background-image: url('assets/images/cloud.png');
	background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 3;
}
.rocket-image {
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 2;
	transform: translate(-50%, 0);
}
.rocket-cloud-inner {
	width: 100%;
	padding-bottom: 25%;
}
.cloud-image img {
	height: 100%;
	width: auto;
	opacity: 0.8;
}
.case-box, .news-box {
	position: relative;
	padding: 15px 0;
	height: 100%;
}
.case-box-inner > a, .news-box-inner > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.case-box .h3-title, .news-box .h3-title {
	transition: all 0.3s;
	font-size: 18px;
	line-height: 1.3em;
	margin: 0;
	font-weight: 500;
}
.news-box .h3-title a, .case-box .h3-title a {
	color: #010f2e;
}
.news-box:hover .h3-title a, .case-box:hover .h3-title a {
	color: #1f6bdb;
}
.post-bottom-inner {
	padding: 15px;
}
.post-bottom-inner p {
	margin: 10px 0 0 0;
}
.post-bottom-inner .post-date {
	margin-bottom: 10px;
	display: block;
}
.post-bottom-inner p {
	text-align: justify;
}
.case-box .h3-title em {
	font-style: normal;
}
.case-box:hover .h3-title, .news-box:hover .h3-title {
	color: #1f6bdb;
}
.highlighted {
    background-color: #ffea00;
}
.case-image-inner, .news-image-inner {
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
}
.case-image, .news-image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
	z-index: 1;
}
.case-box:hover .case-image, .news-box:hover .news-image {
	transform: scale(1.2);
}
.case-box-inner, .news-box-inner {
	background: #eee;
	height: 100%;
	position: relative;
}
.news-box-inner {
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.news-body {
	background: #fafafa;
}
.news-menu .blog-search-from {
	margin: 0;
}
.news-menu ul li {
	list-style: none;
	list-style-type: none;
	float: left;
}
.news-menu ul li a {
	display: block;
	padding: 18px 20px;
	position: relative;
	color: #010F2E;
}
.news-menu ul li a:hover, .news-menu ul li a:focus, .news-menu ul li a.active, .news-menu ul li.current-menu-item a {
	color: #1f6bdb;
}
.news-menu ul li.current-menu-item a:before, .news-menu ul li a.active:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #1f6bdb;
	content: '';
	width: 100%;
	transition: all 0.2s;
}
.news-menu .blog-search-from {
	position: relative;
}
.news-menu .blog-search-from input {
	height: 40px;
	padding: 10px 45px 10px 10px;
}
.news-menu .blog-search-from .sec-btn {
	width: 30px;
	height: 30px;
}

.careers-list-header {
	background-color: #2072f3 !important;
	color: #ffffff;
}
.careers-list .row > div > *{
	padding: 10px;
	float: left;
	width: 100%;
}
.careers-list-wrap {
	background: #FFF;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.career-item {
	position: relative;
}
.career-item:after {
	position: absolute;
	top: 0;
	left: 10px;
	content: '';
	width: calc(100% - 20px);
	height: 2px;
	background: #cee1ff;
}
.career-item:first-child:after {
	display: none;
}
.career-content {
	padding: 10px;
	position: relative;
	display: none;
}
.career-content ul li {
	list-style-position: inside;
	padding-left: 15px;
}
.career-content p {
	margin-bottom: 0;
	line-height: 1.5em;
}
.career-content-title {
	font-size: 15px;
	margin-bottom: 10px;
}
.career-content:before {
	background: #cee1ff;
	width: calc(100% - 20px);
	height: 2px;
	position: absolute;
	top: 0;
	left: 10px;
	content: '';
}
.job_title {
	position: relative;
	padding-left: 30px !important;
}
.job_title:before {
	content: "\f107";
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0,-50%);
	font-family: 'FontAwesome';
	color: #007bff;
	font-size: 16px;
	transition: 0.3s;
}
.active .job_title {
	color: #1f6bdb;
	font-weight: bold;
}
.active .job_title:before {
	transform: translate(0,-50%) rotate(-180deg);
	color: #1f6bdb;
}
.contact .social-icon a {
	background: #b5b5b5;
}
.service-icon {
	background: none !important;
}
.service-box {
	margin-bottom: 30px !important;
	position: relative;
	padding: 25px 20px;
	height: calc(100% - 30px);
}
.service-box-text p {
	min-height: 72px;
}
.service-box-text .h3-title {
	font-size: 16px;
}
.home .service-box-text .h3-title {
	font-size: 18px;
	color: #1f6bdb;
}
.newsletter .h3-title {
	color: #FFF;
}
.scroll-top {
	bottom: 100px;
	right: 40px;
}
.ovf_link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
}
.relative {
	position: relative;
}
.smart-menu-scroll {
	position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0);
    z-index: 88;
    width: 120px;
}
.smart-menu-scroll.fixed {
	position: fixed;
	top: 171px;
	left: inherit;
	margin-left: -15px;
}
.smart-menu-scroll ul li {
	list-style-type: none;
	margin-bottom: 2px;
	float: right;
	width: 100%;
}
.smart-menu-scroll ul li a {
	text-align: right;
	display: block;
	background: linear-gradient(to right, #444, #777);
	padding: 5px 10px;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 0 3px rgb(0 0 0 / 10%);
	color: #FFF;
	transition: all 0.2s;
}
.smart-menu-scroll ul li a.active, .smart-menu-scroll ul li a:hover {
	background: linear-gradient(to right, #1f6bdb, #18befb);
	color: #FFF;
}
.highlight_block, .highlight_block_2 {
	background-image: url(assets/images/banner-bg-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 42px 35px 35px;
	position: relative;
}
.highlight_block:before, .highlight_block:after, .circle-shape:before, .circle-shape:after, .circle-shape span:before, .circle-shape span:after  {
	content: '';
    position: absolute;
    top: 17px;
    left: 79px;
    width: 24px;
    height: 24px;
    background: transparent;
    border: 5px solid #1f6bdb;
    border-radius: 50%;
    opacity: 0.2;
    pointer-events: none;
    animation: movedelement 5s linear infinite;
    z-index: 0;
}
.highlight_block_2:before, .highlight_block_2:after, .highlight_block_2 .circle-shape:before, .highlight_block_2 .circle-shape:after, .highlight_block_2 .circle-shape span:before, .highlight_block_2 .circle-shape span:after {
	border: 5px solid #FFFFFF;
	opacity: 0.2;
}
.highlight_block_3 {
	background-color: #d9e8fb;
	background-image: url(assets/images/footer-bg-white.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 52px 0 45px;
	position: relative;
	border-radius: 0;
}
.highlight_block .h3-title {
	color: #1f6bdb;
}
.highlight_block .sec-btn .fa {
	 animation: move2 5s linear infinite;
	 margin-right: 5px;
}
.highlight_block:after {
	top: auto;
    bottom: 26px;
    left: 260px;
    animation: movedelement 7s linear infinite;
}
.circle-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    pointer-events: none;
    z-index: 0;
}
.circle-shape:before {
    top: 29px;
    left: 391px;
    animation: movedelement 10s linear infinite;
}
.circle-shape:after {
    top: 69px;
    left: auto;
    right: 464px;
    animation: movedelement 8s linear infinite;
}
.circle-shape span:before {
    top: 29px;
    left: auto;
    right: 43px;
    animation: movedelement 3s linear infinite;
}
.circle-shape span:after {
    top: auto;
    bottom: 38px;
    left: auto;
    right: 282px;
    animation: movedelement 5s linear infinite;
}
.highlight_block_2 {
	background-image: url(assets/images/footer-bg-white.png);
	color: #FFF;
	background-color: #053171;
}
.highlight_block_2 .h3-title {
	color: #FFF;
}

.network_image {
	position: absolute;
	width: 68%;
	height: auto;
	left: 52%;
	top: 55%;
	transform: translate(-50%, -50%);
}
.publishing_game_pad {
	position: absolute;
	bottom: 0;
	left: -12%;
	width: 34.3%;
	height: auto;
	z-index: 1;
}
.analytics_girl {
	position: absolute;
	width: 13%;
	height: auto;
	left: 11%;
	bottom: 0;
}
.analytics_point {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28%;
	height: auto;
	transform: translate(-50%, -50%);
	margin-top: -10px;
}
.publishing_round {
	position: absolute;
	top: 0;
	left: 0;
	width: 94%;
	height: auto;
}
.publishing_round .movedelement2 {
	-webkit-animation: movedelement2 6s linear infinite;
	animation: movedelement2 6s linear infinite;
}
.publishing_men {
	position: absolute;
	z-index: 2;
	width: 23.1%;
	height: auto;
	bottom: 0.98765432098%;
	right: 20%;
}
.publishing_line {
	position: absolute;
	left: 25%;
	top: calc(26.6666666667%);
	width: 54%;
	height: auto;
	height: auto;
	z-index: 1;
}
.publishing_round_2 {
	position: absolute;
	bottom: 11.1111111111%;
	right: 14%;
	width: 33.9%;
	height: auto;
}
.dash_mess {
	position: absolute;
	width: 19%;
	height: 5.85209003215%;
	top: 27.3311897106%;
	left: 39.4%;
}
.dash_bottom {
	position: absolute;
	width: 36.75%;
	height: 3.85852090032%;
	bottom: 41.2218649518%;
	left: 34.2%;
}
.about_image > div {
	position: absolute;
	height: auto;
}
.about_light {
	width: 9.8%;
	left: 40.4%;
	top: 7.88863109049%;
}
.about_pie_check {
	width: 11.25%;
	top: 9.04872389791%;
	right: 4%;
}
.about_pie {
	width: 8.3%;
	left: 0.95%;
	top: 11.6009280742%;
}
.about_talk {
	top: 30.162412993%;
	left: 5.35%;
	width: 11.25%;
}
.about_paper {
	width: 30%;
	left: 32.8%;
	top: 8.04331013148%;
}
.about_wheel {
	width: 14.5%;
	right: 20.25%;
	top: 3.48027842227%;
}
.third-image-wrap {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.third-image-wrap.with-icon:after {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 64px;
	height: 64px;
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px rgb(255, 255, 255, 0.5);
	animation: move4 5s linear infinite;
}
.third-image-wrap.alien-shooter:after {
	background-image: url('assets/images/galaxy-attack-alien-shooter-icon.jpg');
}
.third-image-wrap.space-shooter:after {
	background-image: url('assets/images/space-shooter-icon.jpg');
}
.third-image-wrap.airplane-shooting:after {
	background-image: url('assets/images/airplane-shooting-icon.jpg');
}
.third-image-wrap.in-house-1:after {
	background-image: url('assets/images/apps/Screw-Puzzle_icon.jpg');
}
.third-image-wrap.in-house-2:after {
	background-image: url('assets/images/apps/Nuts-and-Bolts.jpg');
}
.third-image-wrap.in-house-3:after {
	background-image: url('assets/images/apps/Tribe-Boy.jpg');
}
.third-image-wrap.in-house-4:after {
	background-image: url('assets/images/apps/Magic-Survivor.jpg');
}
.third-image-wrap.in-house-5:after {
	background-image: url('assets/images/apps/Cooking-Playtime.jpg');
}
.third-image-col {
	float: left;
	width: 33.3333333333%;
}
.third-image-item {
	width: 100%;
	padding-bottom: 160%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.third-image-item img {
	display: none;
}
.view-all .sec-btn:hover {
	background: linear-gradient(to right, #1f6bdb, #18befb, #18befb, #1f6bdb);
    background-position: left center;
    background-size: 200% 100%;
}
.home-animation {
	position: relative;
}
.sub-image {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
.home-rocket {
	width: 12.15%;
	height: 19.5%;
	left: 38.65%;
	bottom: 29%;
	background-image: url('assets/images/svg/home/rocket.svg');
}
.home-users {
	width: 9.7%;
	height: 9.7%;
	left: 2.4%;
	top: 11.35%;
	background-image: url('assets/images/svg/home/users.svg');
}
.home-revenue {
	width: 11%;
	height: 11%;
	left: 1.35%;
	top: 42.25%;
	background-image: url('assets/images/svg/home/revenue.svg');
}
.home-target {
	width: 9.7%;
	height: 9.7%;
	right: 10.75%;
	top: 2.6%;
	background-image: url('assets/images/svg/home/target.svg');
}
.home-route {
	width: 9.7%;
	height: 9.7%;
	right: 10.75%;
	bottom: 37.6%;
	background-image: url('assets/images/svg/home/route.svg');
}
.home-heart {
	width: 8.6%;
	height: 8.6%;
	left: 19.25%;
	top: 33.2%;
	background-image: url('assets/images/svg/home/heart.svg');
}
.home-heart2 {
	width: 13.1%;
	height: 13.1%;
	right: 5%;
	top: 32.75%;
	background-image: url('assets/images/svg/home/heart2.svg');
}
.home-config {
	width: 7.1%;
	height: 7.1%;
	left: 14.3%;
	bottom: 23.5%;
	background-image: url('assets/images/svg/home/config.svg');
}
.home-star1 {
	width: 8.5%;
	height: 8.5%;
	left: 31.05%;
	top: 37.35%;
	background-image: url('assets/images/svg/home/star1.svg');
}
.home-star2 {
	width: 7.4%;
	height: 7.4%;
	right: 33.5%;
	top: 50.4%;
	background-image: url('assets/images/svg/home/star2.svg');
}
.home-focus {
	width: 12.35%;
	height: 12.35%;
	right: 32.75%;
	top: 21.2%;
	background-image: url('assets/images/svg/home/focus.svg');
}
.our-blog-title {
	text-align: left;
}
.our-blog-title .h2-title {
	margin-bottom: 0;
}
.read-more-top-right {
	position: relative;
	width: 100%;
	min-height: 50px;
	height: 100%;
}
.read-more-top-right a {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 20px;
}
.overview_menu_item {
	display: none !important;
}
.banner-content p.font-size-medium {
	color: #FFFFFF !important;
	font-size: 22px !important;
}
.read-more-item {
	margin-top: 10px;
	display: block;
}
.main-contact-style-2 .h2-title {
	font-size: 30px;
}
.main-contact-style-2 p {
	font-weight: 500;
	margin-bottom: 12px;
}
.main-contact-style-2 .contact-link a {
	font-size: 25px;
	height: 60px;
	display: inline-block;
	padding: 0 30px;
	border: 1px solid #1f6ddb;
	border-radius: 40px;
}
.main-contact-style-2 .contact-link a:hover {
	color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgb(31 107 219 / 50%);
    background-position: right center;
	background: linear-gradient(to right, #1f6bdb, #18befb, #18befb, #1f6bdb);
	background-size: 200% 100%;
}
.font-size-medium  {
	font-size: 18px !important;
}
.font-size-18 {
	font-size: 16px;
}
.single-new-title {
	font-size: 30px;
	line-height: 1.3em;
}
.page-blog-text {
	color: #010f2e;
	text-align: justify;
}
.page-blog-text h2 {
	font-size: 22px;
	font-family: 'Jost', sans-serif;
	margin-top: 15px;
	margin-bottom: 10px;
}
.page-blog-text h3 {
	font-size: 18px;
	font-family: 'Jost', sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
}
.page-blog-text h4 {
	font-size: 16px;
	font-family: 'Jost', sans-serif;
}
.page-blog-text img {
	height: auto;
	margin: 15px auto;
	display: block;
	width: auto;
	max-width: 100%;
}
.page-blog-text iframe {
	max-width: 100%;
	margin: 15px auto;
	display: block;
}
.page-blog-text p {
	color: #555555;
}
.blog-header {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.breadcrumb {
	background: none;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.breadcrumb .spec {
	margin: 0 6px;
}
.pagination {
	margin-top: 30px;
}
.pagination > span, .pagination > a {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	min-width: 34px;
	text-align: center;
	background: #b5b5b5;
	border-radius: 5px;
	color: #FFFFFF;
	position: relative;
	margin: 0 6px;
}
.pagination .spec {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.pagination > a:hover, .pagination .current {
	background: #2072f3 !important;
	color: #FFFFFF;
}
.related-blog {
	margin-top: 15px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}
.blog-post-footer {
	border-top: 1px dashed #eee;
	padding-top: 15px;
}
.tag a {
	padding: 7px 15px;
	background: #e1e1e1;
	border: none;
	transition: all 0.3s;
	float: left;
	line-height: 1.2em;
}
.tag a:hover {
	background: linear-gradient(to right, #1f6bdb, #18befb);
	color: #ffffff;
	border: none;
}
.recent-post-text h6 {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 500;
}
.recent-post-text p {
	color: #777;
}
.form_progress {
	list-style-type: none!important;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.form_progress li {
    display: flex;
    align-items: center;
    color: #1f6bdb;
    line-height: 33px;
    font-size: 26px;
    font-weight: 500;
}
.form_progress li .step-number {
    position: relative;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #1f6bdb;
    text-align: center;
	margin-right: 10px;
	font-size: 14px;
}
.form_progress li.step-form-progress-in-progress .step-number {
	background: linear-gradient(to right, #1f6bdb, #18befb);
    color: #fff;
    border: none;
}
.form_progress li .step-caption {
	font-size: 14px;
    color: #1f6bdb;
    margin-right: 10px;
	line-height: 33px;
}
.form_progress li.step-divider {
	align-self: center;
	flex-grow: 1;
	border-top: 1px solid #1f6bdb;
	margin-right: 15px;
	line-height: 33px;
	font-size: 26px;
}
.validation-message {
	font-size: 12px;
	display: none;
	margin-top: 7px;
}
.error .validation-message {
	display: block;
}
.error .form-control {
	border-color: red;
}
.cus_radio {
	display: block;
	font-size: 0;
}
.cus_radio span {
	display: inline-block;
	font-size: 15px;
	margin-right: 15px;
	background: #eee;
	border-radius: 5px;
	padding: 5px 15px;
}
.cus_radio span:hover, .cus_radio span.active {
	cursor: pointer;
	background: #1f6bdb;
	color: #FFFFFF;
}
.cus_radio span:last-child {
	margin-right: 0;
}
.custom-file {
	height: auto;
}
#app_url, #app_file_wrap {
	display: none;
}
#publishing-submit {
	display: none;
}
.sec-btn-step {
	font-size: 14px;
	height: 40px;
	line-height: 39px;
	width: 150px;
	border-radius: 20px;
	text-align: center;
}
#next_step {
	background: #1f6bdb;
	color: #FFFFFF;
	float: right;
}
#next_step .fa {
	margin-left: 5px;
}
#back_tep {
	float: left;
	color: #1f6bdb;
	border: 1px solid #1f6bdb;
	display: none;
}
#back_tep .fa {
	margin-right: 5px;
}
#publishing-submit {
	float: right;
}
.contact-form .row > div {
	padding-left: 10px;
	padding-right: 10px;
}
#publishing-step-button {
	border-top: 1px solid #eee;
	padding-top: 20px;
}
#form_step2 {
	display: none;
}
.contact-form.processing {
	position: relative;
}
.contact-form.processing:before {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
	z-index: 2;
	content: '';
}
.contact-form.processing:after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 54px;
	margin-top: -27px;
	margin-left: -40px;
	z-index: 3;
	content: '';
	background: url('assets/images/f.svg') no-repeat center center;
	-webkit-animation: move4 3s linear infinite;
	animation: move4 3s linear infinite;
}
.page-content h2, .page-content h3 {
	color: #010f2e;
	font-weight: 500;
	font-family: 'Jost', sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.page-content ul li {
	list-style-position: inside;
}
.page-content ul {
	padding-left: 20px;
}
.app-item {
	margin: 1rem auto;
	max-width: 200px;
}
.app-item > div:first-child {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	position: relative;
}
.app-item:hover > div:first-child {
	box-shadow: 0 0 15px rgba(33, 111, 236, 0.8);
}
.app-item > div:last-child strong {
	display: block;
	text-align: center;
	font-size: 15px;
	margin-top: 1rem;
	color: #1f6de1;
	font-family: 'Jost', sans-serif;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.submit-your-apps.app-item > div:last-child strong {
	text-transform: uppercase;
	margin: 0;
}
.submit-your-apps.app-item > div:first-child {
	width: 100%;
	padding-bottom: 100%;
	background-color: #888;
}
.submit-your-apps.app-item img {
	max-width: 70%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.submit-your-apps.app-item:hover > div:first-child {
	background-color: #1f6de1;
}
.submit-your-apps.app-item:hover > div:first-child img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}
.submit-your-apps.app-item:hover > div:last-child strong {
	color: #1f6de1;
}
/* idea */
.idea .main-banner.inner-banner {
	min-height: 700px;
}
.bottom-idea {
	background: #f4f7fc;
}
.round1 {
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-50%, -20%) scale(0.8);
}
.polygon1 {
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(60%, -30%) scale(0.8);
}
.idea .h1-title {
	color: #00015C !important;
}
.idea .main-banner.inner-banner:before {
	display: none
}
.idea .main-banner:after {
	display: none;
}
.text-dark-blue {
	color: #00015C !important;
}
.text-dark-soft {
	color: rgba(0, 15, 32, 0.5);
}
.idea .banner-content p {
	font-size: 16px;
}
.countdown {
	min-height: 150px;
}
.who-we-are {
	padding: 200px 0;
}
.who-we-are .block-title {
	z-index: 2;
	position: relative;
}
.apps-wrap .app-item {
	position: absolute;
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: 0 30px 120px #A0B6DB;
}
.apps-wrap .app1 {
	left: 10%;
	top: 0;
	width: 178px;
}
.apps-wrap .app2 {
	right: 20px;
	top: 5%;
	width: 171px;
}
.apps-wrap .app3 {
	left: 20px;
	bottom: 5%;
	width: 247px;
}
.apps-wrap .app4 {
	right: 10%;
	bottom: 0;
	width: 213px;
}
.idea-partners .partners-box {
	background-color: transparent !important;
	border: none;
}
#step .step {
	width: 210px;
	position: absolute;
	transition: all 0.25s;
}
#step .step:hover {
	transform: scale(1.15);
}
#step .step1 {
	left: 0;
	top: 0;
}
#step .step2 {
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
#step .step3 {
	bottom: 0;
	left: 20px;
}
#step .step2:hover {
	transform: translate(0, -50%) scale(1.15);
}
.x {
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(20%, 0);
}
.idea .process-item {
	padding-left: 0;
}
.idea .process-item:before {
	left: 29px;
	background: #02C3FE;
}
.step_num_idea {
	background: transparent;
	position: relative;
}
.step_num_idea img {
	width: 60px;
}
.wave {
	position: absolute;
	right: 0;
	top: 0;
}
.polygon3 {
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-50%, 0) scale(0.7);
}
.video-call-to-action:after {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	height: 40%;
	content: '';
	background: linear-gradient(90.03deg, #2A70F2 0.02%, #02C2FF 99.97%);
	z-index: 1;
}
.video-call-to-action > * {
	z-index: 2;
}
.embed_video_wrap {
	position: relative;
	padding-bottom: 56.25%;
	border-radius: 0.75rem;
	overflow: hidden;
	box-shadow: 0px 32px 120px rgba(42, 112, 242, 0.5);
	z-index: 2;
}
.embed_video_wrap #embed_video {
	position: absolute;
	left: 0;
	top: 0;
}
.sec-btn-white {
	background: rgba(255,255,255,0.9);
	color: #1f6bdb;
	border: 2px solid #1f6bdb;
}
.sec-btn-white:hover {
	color: #1f6bdb;
	background: #FFFFFF;
}
.polygon2 {
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translate(10%, 65%) scale(0.7) rotate(90deg);
	z-index: 1;
}
.idea #publishing-submit {
	display: block;
}
.contact-form-style {
	border-radius: 0.75rem;
	overflow: hidden;
	position: relative;
	background-image: url("assets/images/form-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2rem;
	z-index: 2;
}
.contact-form-style input, .contact-form-style textarea {
	border: none !important;
}
.contact-form-style .form-label {
	color: rgba(0, 15, 32, 0.5);
	font-weight: bold;
	margin-bottom: 10px;
}
.contact-form-style-wrap {
	position: relative;
}
.contact-form-style .alert-success {
	text-align: center;
	margin: 0;
	border: none;
	background: none;
}
.x-form {
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-60%, -40%) rotate(50deg);
}
.countdown-container {
	width: calc(100% - 30px);
	max-width: 500px;
	background: rgba(255,255,255,0.8);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
	padding: 1rem;
	border-radius: 0.5rem;
	box-shadow: 0px 32px 90px rgba(42, 112, 242, 0.5);
}
#countdown-wrap, #countdown-title {
	display: grid;
    grid-template-columns: repeat(3,1fr);
}
#countdown-title {
	text-align: center;
	margin-bottom: 10px;
}
#countdown-wrap {
	color: #2A70F2;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.text-blue {
	color: #1A94FF;
}
.text-danger2 {
	color: #FF5771;
}
.bottom-banner {
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-image: url("assets/images/top.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    box-shadow: 0 -5px 20px rgb(0 0 0 / 10%);
}
.fw-bold {
	font-weight: bold;
}
.fs-5 {
	font-size: 1.15rem;
}
.bottom-banner .submit-text {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.ovf_link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#careerappend > div {
	margin-bottom: 1rem;
}
.wemaster-icon {
	width: 30px;
	height: 30px;
	background-image: url("assets/images/apps/wemaster.webp");
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	overflow: hidden;
}
.publishing #step .h3-title {
	font-size: 25px;
}
.phone-video-wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 276px;
	height: 558px;
	position: relative;
}
.phone-video-wrap:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: url("assets/images/iphone-frame.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.video-inner {
	position: absolute;
	left: 10px;
	top: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	z-index: 1;
	border-radius: 35px;
	overflow: hidden;
}
.video-inner video {
	height: 100%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
}
.app-icon-games {
	width: 100px;
	border-radius: 10px;
}
.star-inline img {
	width: 20px;
}
.latest-item .h3-title {
	font-size: 26px;
}
.latest-item .app-desc {
	font-size: 18px;
}
.latest-item .app-quote {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.5em;
}
.store-link img {
	max-height: 40px;
}
.main-contact .store-link img {
	height: 50px;
	max-height: 50px;
}
.knowledge-slider .slick-list {
	overflow: visible !important;
}
.process-wrap img {
	width: 128px;
}
.process-img-wrap {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 10px;
}
.process-img-wrap:before {
	width: 148px;
	height: 148px;
	left: 50%;
	top: 50%;
	content: '';
	border: 2px solid #00015C;
	position: absolute;
	transform: translate(-50%, -50%);
	border-radius: 20%;
	transition: all 0.3s;
}
.process-wrap {
	position: relative;
}
.process-wrap:after {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 7%;
	top: 0;
	background: #00015C;
	z-index: 1;
}
.process-wrap .row:hover .process-img-wrap:before {
	box-shadow: 0 0 15px #1f6bdb;
}
.youtube-frame {
	position: relative;
	padding-bottom: 56.25%;
	border-radius: 20px;
	overflow: hidden;
}
.youtube-frame iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 20px;
}
.btn-sign-in {
	background: none !important;
	color: #1f6bdb;
}
.btn-sign-in:hover {
	background: none !important;
	box-shadow: none !important;
	color: #1f6bdb;
	text-decoration: underline;
}
.sign-btn-mobile {
	display: none !important;
	padding: 0 15px !important;
}
.toggle-menu .sign-btn-mobile {
	display: block !important;
}
.sign-btn-mobile a {
	font-size: 16px !important;
	text-transform: capitalize;
}
.sign-btn-mobile .btn-sign-in {
	color: #1f6bdb;
}
.sign-btn-mobile .btn-sign-up {
	color: #FFFFFF;
}
.job_link {
	display: block;
	position: relative;
	padding: 1rem;
	background: #eee;
	transition: all 0.3s;
	border-radius: 10px;
}
.job_link:hover {
	background: #ddd;
	color: #226BDB;
}
.job_link:after {
	content: "\f105";
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	font-family: 'FontAwesome';
	color: #007bff;
	font-size: 16px;
	transition: 0.3s;
	right: 1rem;
}
.job_link:hover:after {
	right: 2rem;
}
.job_list .h3-title {
	margin: 0;
}
.job_list {
	padding: 0 !important;
}
.about-text ul li:nth-child(even) .icon {
	background: linear-gradient(to right,#2072f3,#18befb);
}
@media screen and (max-width: 1440px) {
	.smart-menu-scroll {
		position: static;
		transform: translate(0, 0);
		width: 100%;
		float: left;
		display: block;
		font-size: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.smart-menu-scroll ul {
		margin: 0;
		display: block;
		float: left;
		width: 100%;
	}
	.smart-menu-scroll ul li {
		display: inline-block;
		width: auto;
		margin: 5px;
		float: none;
	}
	.smart-menu-scroll ul li a {
		text-align: left;
		border-radius: 5px;
		font-size: 15px;
	}
	.smart-menu-scroll.fixed {
		top: 66px;
		left: 0;
		margin: 0;
		background: #d4d4d4;
		box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	}
}
@media screen and (max-width: 1200px) {
	.main-contact-style-2 {
		text-align: center;
	}
	.main-contact-style-2 .contact-link {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.container {
	    max-width: 90%;
	}
	.idea .container {
		max-width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.overview_menu_item {
		display: block !important;
	}
	.banner-content img {
		display: none;
	}
	.service-box-text p {
		min-height: 0;
	}
	.testimonial-slider .slick-dots {
		bottom: -60px;
	}
	.main-banner.full-height .banner-img {
		width: auto !important;
	}
	.main-banner.full-height > .container {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.about-content {
		padding-top: 0;
	}
	.row > div:last-child > .about-content {
		padding-top: 20px;
	}
	.row > div:first-child .monetization-features-item {
		margin-top: 0 !important;
	}
	.row > div:last-child .monetization-features-item {
		margin-bottom: 0 !important;
	}
	.site-header, .site-header.sticky-header {
		height: 66px;
	}
	.toggle-button {
		width: 66px;
		height: 66px;
	}
	.show-mobile {
		display: block !important;
	}
	.main-navigation.toggle-menu ul li {
		border-bottom: 1px solid #eee;
	}
	.main-navigation ul li ul.sub-menu li a {
		padding: 5px;
		color: #666;
		font-weight: normal;
		font-size: 16px;
	}
	.idea .main-banner.inner-banner {
		min-height: 500px;
		position: relative;
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
	}
	.idea .main-banner.inner-banner:after {
		background: rgba(255,255,255,0.6);
		backdrop-filter: blur(30px);
		-webkit-backdrop-filter: blur(30px);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		display: block !important;
	}
	.idea .banner-content-absolute {
		margin: 0 !important;
	}
	.idea .main-banner.inner-banner .text-left {
		text-align: center !important;
	}
	.round1 {
		transform: translate(-50%, -40%) scale(0.4);
		opacity: 0.7;
	}
	.polygon1 {
		transform: translate(50%, -40%) scale(0.4);
		opacity: 0.7;
	}
	.apps-wrap .app-item {
		transform: scale(0.7);
		margin: 0;
	}
	.apps-wrap .app3 {
		bottom: 10px;
	}
	.x {
		transform: translate(20%, 0) scale(0.7);
	}
	#step .step {
		width: 150px;
	}
	.video-call-to-action .h2-title.text-dark-blue {
		color: #FFFFFF !important;
	}
	.idea h2, .idea p {
		text-align: center !important;
	}
	.idea .sec-btn {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.wave {
		opacity: 0.4;
	}
	.polygon2 {
	    transform: translate(10%, 65%) scale(0.5) rotate(90deg);
	    opacity: 0.4;
	}
	.x-form {
		transform: translate(-41%, -110%) rotate(50deg) scale(0.5);
		opacity: 0.4;
	}
	.latest-item .phone-video-wrap {
		margin-bottom: 3rem;
	}
	.latest-item-center .row {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
	.process-wrap:after {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.banner-btn a.sec-btn {
		display: inline-block;
		margin: 0;
		text-align: center;
		width: auto;
	}
	.publishing-list {
		margin-bottom: 20px;
	}
	.process-list {
		display: table;
		margin-top: 15px;
	}
	.news-menu .blog-search-from {
		margin-top: 10px;
		margin-bottom: 18px;
	}
	.highlight_block .sec-btn {
		margin-top: 15px;
	}
	.testimonial-image {
		margin-bottom: 20px;
		min-height: 220px;
		max-height: 220px;
		background-size: contain;
	}
	.who-we-are {
		padding: 3rem 0;
	}
	.apps-wrap {
		padding: 0 0.5rem;
		margin-bottom: 1rem;
		float: left;
		width: 100%;
	}
	.apps-wrap .app-item {
		position: static;
		transform: translate(0, 0) scale(1);
		width: 25%;
		float: left;
		padding: 0.5rem;
		box-shadow: none;
		overflow: visible;
		margin-bottom: 1rem;
	}
	.apps-wrap .app-item img {
		border-radius: 2rem;
		box-shadow: 0 30px 120px #a0b6db;
	}
	.step-wrap {
		padding: 0 0.5rem;
		margin-bottom: 1rem;
		float: left;
		width: 100%;
		text-align: center;
	}
	.step-wrap .step {
		width: 33.3333333333% !important;
		text-align: center;
		float: left;
		padding: 0.5rem;
		position: static !important;
		transform: translate(0, 0) scale(1) !important;
	}
	.video-call-to-action {
		padding-top: 3rem;
	}
	.video-call-to-action:after {
		height: 100%;
		bottom: 0;
	}
	#step, #step .col-md-7 .py-5 {
		padding-bottom: 0 !important;
	}
	#step .col-md-7 > .py-5 {
		padding-top: 0 !important;
	}
	.x {
		transform: translate(34%, -50%) scale(0.5);
		opacity: 0.3;
	}
	.polygon3 {
		transform: translate(-50%, 0) scale(0.5);
		opacity: 0.7;
	}
	.bottom-banner .submit-text {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.phone-wrap, .banner-img img.phone-image {
		max-width: 80%;
	}
	.read-more-top-right a {

	}
	.idea .h1-title {
		font-size: 40px;
	}
	.idea .h2-title {
		font-size: 32px;
	}
	.idea .banner-content-absolute {
		margin-top: 0;
	}
	p, .font-size-medium {
		font-size: 14px !important;
	}
	.video-call-to-action .py-5 {
		padding: 0 0 1rem 0 !important;
	}
	.latest-item .h3-title {
		font-size: 18px;
		margin-bottom: 0;
	}
	.app-icon-games {
		width: 80px;
	}
	.star-inline img {
		width: 12px;
	}
}
@media screen and (max-width: 350px) {
	.apps-wrap .app-item {
		width: 50%;
	}
	.fs-5 {
		font-size: 1rem;
	}
}






